home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ENCRYPT < prev    next >
Encoding:
Text File  |  1993-05-04  |  2.1 KB  |  48 lines

  1. Usage: ENCRYPT [<nickname>|<channel> [<key>]]
  2.   ENCRYPT allows you to hold an encrypted conversations with 
  3.   a person or a whole channel.  Once a nickname/channel and
  4.   key is specified, all messages you send to that 
  5.   nickname/channel will automatically be encrypted using the
  6.   given key.  Likewise, any messages from that nickname/channel
  7.   will automatically be decrypted. ircII is smart enough to know
  8.   if the incoming message isn't encrypted and will not attempt to 
  9.   decrypt it.  If you received an encrypted message from someone
  10.   for whom you haven't specified a key, it will be displayed as
  11.   [ENCRYPTED MESSAGE].
  12.  
  13.   The <key> can be any text which is to be used an they key 
  14.   for encryption/decryption of the conversation.  It is up to
  15.   you and the people you wish to talk to about how to agree upon 
  16.   a key and how to communicate it to one another.
  17.  
  18.   For example, if user CheeseDog wishes to talk encryptedly with
  19.   user DogCheese, they must first agree on an encryption key
  20.   (case sensitive), say foo.  Then user CheeseDog must issue a
  21.     ENCRYPT DogCheese foo
  22.   and user DogCheese must issue a 
  23.     ENCRYPT CheeseDog foo
  24.   Thereafter, all messages sent between CheeseDog and DogCheese
  25.   will be encrypted and decrypted automatically.  
  26.  
  27.   If ENCRYPT is given with a nickname but no key, then encrypted
  28.   conversation is ended with that user.  If ENCRYPT is given with
  29.   no arguments, the list of encrypted user and keys are
  30.   displayed.
  31.  
  32.   IrcII uses a built in encryption method that isn't terribly secure.
  33.   You can use another if you so choose, see SEE ENCRYPT_PROGRAM
  34.   for information about this.
  35.  
  36.   If you are sending encrypted messages to a user or channel, you
  37.   can toggle it off and on in a message line by inserting the
  38.   control-E character in the input line.  This is usually done
  39.   by hitting control-Q then control-E.  An inverse video E will
  40.   appear in the input line.  
  41.  
  42. Note:
  43.   Control-q is bound (see BIND) to quote_character by default.
  44.   It is frequently necessary to change this to some other char.
  45.  
  46. See Also:
  47.   SET ENCRYPT_PROGRAM
  48.